﻿body
{
    color: #993333;
    font-family: Arial;
    background-color: #fffacd;
    text-align: center;
    width: 807px;
}

#SiteTable
{
    background-image: url(Background.JPG);
    background-repeat: repeat-y;
    border-right: blue thin double;
    border-top: blue thin double;
    border-left: blue thin double;
    border-bottom: blue thin double;
}

#LogoCell
{
    width: 150px;
}

#SloganCell
{
    font-size:2em;
    font-weight:bolder;
    text-align:center;
    width:450px;
}

#LoginCell
{
    font-size:small;
    text-align:right;
}

#ContentCell
{
    width: 800px;
    font-weight: bold;
    text-align: center;
}

#CopyrightCell
{
    font-size:x-small;
}

#AddressCell
{
    font-size:0.8em;
    text-align:right;
}